From: Gert Wollny Date: Wed, 11 Nov 2020 16:36:58 +0000 (+0100) Subject: d/dcmtk.docs: Fix NEWS name X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~146 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22Program/%22http:/www.example.com/cgi/%22https:/%22Program?a=commitdiff_plain;h=444c57d02a9e17913aff957a6111a9951c24a102;p=dcmtk.git d/dcmtk.docs: Fix NEWS name --- diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 00000000..3e38121a --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,22 @@ +dcmtk (3.6.1~20150924-1) UNRELEASED: urgency=medium + + With this new snapshot upstream removed the wwwapps tools and + perl scripts that were developed for the CAR 1996 modality showcase, and + that are largely unused and unsupported. + +dcmtk (3.6.1~20150629-2) UNRELEASED; urgency=medium + + Version 3.6.1 has compatible change of the index.dat format that is not + backward compatible, and the current dcmtk is trashing the memory (one + byte of) when using dcmqrscp. All files in + + /var/lib/dcmtk/*/index.dat + + that are create with version 3.6.0 or before will be corrupted and + users need to reconstruct the db. + + The interested user might like to inspect the upstream commit + + http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=c8423ab1fcf0273061462697b8eca56f894984c7 + + -- Andreas Tille Thu, 08 Oct 2015 13:06:03 +0200 diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian deleted file mode 100644 index 3e38121a..00000000 --- a/debian/NEWS.Debian +++ /dev/null @@ -1,22 +0,0 @@ -dcmtk (3.6.1~20150924-1) UNRELEASED: urgency=medium - - With this new snapshot upstream removed the wwwapps tools and - perl scripts that were developed for the CAR 1996 modality showcase, and - that are largely unused and unsupported. - -dcmtk (3.6.1~20150629-2) UNRELEASED; urgency=medium - - Version 3.6.1 has compatible change of the index.dat format that is not - backward compatible, and the current dcmtk is trashing the memory (one - byte of) when using dcmqrscp. All files in - - /var/lib/dcmtk/*/index.dat - - that are create with version 3.6.0 or before will be corrupted and - users need to reconstruct the db. - - The interested user might like to inspect the upstream commit - - http://git.dcmtk.org/web?p=dcmtk.git;a=commitdiff;h=c8423ab1fcf0273061462697b8eca56f894984c7 - - -- Andreas Tille Thu, 08 Oct 2015 13:06:03 +0200 diff --git a/debian/dcmtk.docs b/debian/dcmtk.docs index 89a864ae..ccf9d946 100644 --- a/debian/dcmtk.docs +++ b/debian/dcmtk.docs @@ -1,3 +1,3 @@ FAQ README -debian/NEWS.Debian +debian/NEWS diff --git a/debian/rules b/debian/rules index 4b510b23..ea6183aa 100755 --- a/debian/rules +++ b/debian/rules @@ -22,8 +22,7 @@ endif # improper md5sum... %: - dh $@ --parallel --buildsystem=cmake - + dh $@ --buildsystem=cmake # SKIP_RPATH=OFF to run test suite: # see #701231